Extending Dreamweaver Overview > Reading this book > Developing extensions

 

Developing extensions

"Objects" describes object extensions, details the object API, explains how the object file works, and provides examples.
"Commands" explains how commands work and how to add your command to a menu. This chapter also details the commands API and provides examples.
"Menu Commands" explains how menu commands work and how to add your command to a menu. This chapter also details the menu commands API and provides examples.
"Reports" explains how to extend the set of prewritten reports shipped with Dreamweaver.
"Debugger" explains how to extend the JavaScript debugger, create a debug version of the user's document, step through the JavaScript code, and return errors.
"Property Inspectors" describes how to create custom inspectors, details the Property inspector API, explains how the inspectors works, and provides examples.
"Floating Panels" describes how floating panel extensions work, details the floating panel API, and provides examples.
"Behaviors" explains how to write a behavior action, details the behavior API, explains how behaviors work, and provides examples.